projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f247498
)
timespec-sub: avoid duplicate include
author
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 6 Jul 2012 17:53:26 +0000
(10:53 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 6 Jul 2012 17:53:26 +0000
(10:53 -0700)
ChangeLog
patch
|
blob
|
history
lib/timespec-sub.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 22982e04eb11a0e65684db01e4cf338bb114277d..359035e58007acbbf721a9e24b28bcf2baab952a 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,9
@@
+2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
+
+ Merge from gnulib, incorporating:
+ 2012-07-06 timespec-sub: avoid duplicate include
+ Reported by Juanma Barranquero.
+
2012-07-06 Glenn Morris <rgm@gnu.org>
* make-dist [update]: Let autoreconf figure out what needs updating.
diff --git
a/lib/timespec-sub.c
b/lib/timespec-sub.c
index 0b3bb1b57e19257957c55be87040f2fbe6afb6cb..7c4c781b7f633799bf80ed35fe42388c2e683331 100644
(file)
--- a/
lib/timespec-sub.c
+++ b/
lib/timespec-sub.c
@@
-21,7
+21,6
@@
overflow, return an extremal value. This assumes 0 <= tv_nsec <=
999999999. */
-#include <config.h>
#include <config.h>
#include "timespec.h"